mirror of
https://github.com/micropython/micropython.git
synced 2025-09-01 07:20:40 +02:00
stm32/powerctrl.h: Include stdbool.h to get definition of bool.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#ifndef MICROPY_INCLUDED_STM32_POWERCTRL_H
|
||||
#define MICROPY_INCLUDED_STM32_POWERCTRL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void SystemClock_Config(void);
|
||||
|
Reference in New Issue
Block a user