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

Signed-off-by: Damien George <damien@micropython.org>
pull/6382/head
Damien George 2020-08-29 14:00:24 +10:00
rodzic 338b12d3c8
commit 40d174ac7d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);