everything now works
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#ifndef __MAIN_H
|
||||
#define __MAIN_H
|
||||
|
||||
// this is a hack needed for CLion
|
||||
#define USE_FULL_LL_DRIVER
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -72,6 +75,8 @@ void Error_Handler(void);
|
||||
/* USER CODE END EFP */
|
||||
|
||||
/* Private defines -----------------------------------------------------------*/
|
||||
int _write(int fd, const char *pcBuffer, int iLength);
|
||||
|
||||
#define LED_Pin LL_GPIO_PIN_13
|
||||
#define LED_GPIO_Port GPIOC
|
||||
#define ADC_PT100_Pin LL_GPIO_PIN_0
|
||||
|
||||
Reference in New Issue
Block a user