Removing cstddef include for better toolchain compatibility (F4 & F7 devices). Please update the Lib.

This commit is contained in:
Andy CA6JAU
2017-09-23 12:47:43 -03:00
parent 265828b127
commit 0505e76422
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -21,10 +21,8 @@
#if defined(STM32F4XX)
#include "stm32f4xx.h"
#include <cstddef>
#elif defined(STM32F7XX)
#include "stm32f7xx.h"
#include <cstddef>
#elif defined(STM32F105xC)
#include "stm32f1xx.h"
#include <cstddef>