Add missing kernel.h includes (hopefully all of them).

Change-Id: I9c1825296a788587b8d494d8514b3314847b0ff0
This commit is contained in:
Thomas Martitz 2014-01-05 20:32:09 +01:00
parent 2f4a94189d
commit 22a28f9caa
30 changed files with 66 additions and 19 deletions

View file

@ -20,7 +20,10 @@
* KIND, either express or implied.
*
****************************************************************************/
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "button.h"
#include "as3525v2.h"
#ifndef BOOTLOADER

View file

@ -22,6 +22,7 @@
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "button.h"
#include "backlight.h"
#include "dbop-as3525.h"
@ -122,4 +123,3 @@ int button_read_device(void)
return btn;
}