Skip to content

Commit 570e24e

Browse files
committed
fixup! kinetis/bme: temp disable BITBAND_FUNCTIONS_PROVIDED
1 parent 3d10d72 commit 570e24e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cpu/kinetis/include/bme.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include <stdint.h>
2222

23+
#include "bit.h"
24+
2325
#ifdef __cplusplus
2426
extern "C"
2527
{

sys/include/bit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
#include <stdint.h>
22-
#include "cpu.h"
22+
#include <stdbool.h>
2323

2424
#ifdef __cplusplus
2525
extern "C" {

0 commit comments

Comments
 (0)