diff options
author | Oxore <oxore@protonmail.com> | 2023-03-09 01:42:59 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-03-09 01:42:59 +0300 |
commit | 34746d3783af1ae601487c88f0a7e44f81842618 (patch) | |
tree | 508a849e81e1f7a83e1df053719579e4452b4e35 /third_party | |
parent | 8370de05bb807f02c0077ba59c68053b283671e2 (diff) |
Impl UART buffering (still not tested)
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMSIS/Device/Include/system_stm32f0xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/CMSIS/Device/Include/system_stm32f0xx.h b/third_party/CMSIS/Device/Include/system_stm32f0xx.h index ab76a00..1d6fb8f 100644 --- a/third_party/CMSIS/Device/Include/system_stm32f0xx.h +++ b/third_party/CMSIS/Device/Include/system_stm32f0xx.h @@ -25,6 +25,8 @@ ****************************************************************************** */ +#include <stdint.h> + /** @addtogroup CMSIS * @{ */ |