towards sparkle

This commit is contained in:
Attila BODY 2018-12-16 17:56:48 +01:00
parent d140baf50e
commit 087af69592
10 changed files with 414 additions and 204 deletions

View file

@ -58,8 +58,15 @@
/* #define USE_FULL_ASSERT 1U */
/* USER CODE BEGIN Private defines */
#ifdef __cplusplus
extern "C" {
#endif
extern volatile uint8_t g_done;
/* USER CODE END Private defines */
#ifdef __cplusplus
}
#endif
/* USER CODE END Private defines */
#ifdef __cplusplus
extern "C" {