misc is completly removed

This commit is contained in:
Gabor Kiss-Vamosi
2017-11-26 11:38:28 +01:00
parent a8ceb6bcaf
commit c48a521882
152 changed files with 256 additions and 456 deletions

View File

@@ -14,9 +14,6 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "misc_conf.h"
#if USE_TRIGO != 0
#include <stdint.h>
/*********************
@@ -43,8 +40,6 @@ int16_t lv_trigo_sin(int16_t angle);
* MACROS
**********************/
#endif /*USE_TRIGO*/
#ifdef __cplusplus
} /* extern "C" */
#endif