Commit 40d174ac authored by Damien George's avatar Damien George

stm32/powerctrl.h: Include stdbool.h to get definition of bool.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 338b12d3
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment