comparison Small_CPU/Inc/baseCPU2.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents d461d9e89e3c
children
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
36 */ 36 */
37 37
38 /* Define to prevent recursive inclusion -------------------------------------*/ 38 /* Define to prevent recursive inclusion -------------------------------------*/
39 #ifndef BASE_CPU2_H 39 #ifndef BASE_CPU2_H
40 #define BASE_CPU2_H 40 #define BASE_CPU2_H
41
42 //#define DEBUGMODE
43 41
44 /* Includes ------------------------------------------------------------------*/ 42 /* Includes ------------------------------------------------------------------*/
45 #include "stm32f4xx_hal.h" 43 #include "stm32f4xx_hal.h"
46 #include "settings.h" 44 #include "settings.h"
47 45