mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix build on linux
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// These are all the functions for interacting with the hardware
|
// These are all the functions for interacting with the hardware
|
||||||
#include "hardware.h"
|
#include "hardware.h"
|
||||||
#include "FreeRTos.h"
|
#include "FreeRTOS.h"
|
||||||
#include "stm32f1xx_hal.h"
|
#include "stm32f1xx_hal.h"
|
||||||
volatile uint16_t PWMSafetyTimer = 0;
|
volatile uint16_t PWMSafetyTimer = 0;
|
||||||
volatile int16_t CalibrationTempOffset = 0;
|
volatile int16_t CalibrationTempOffset = 0;
|
||||||
|
|||||||
@@ -698,7 +698,7 @@ void showVersion(void) {
|
|||||||
#ifdef MODEL_TS80
|
#ifdef MODEL_TS80
|
||||||
OLED::printNumber(idealQCVoltage,3);
|
OLED::printNumber(idealQCVoltage,3);
|
||||||
#else
|
#else
|
||||||
OLED::print("Tek.com")
|
OLED::print("Tek.com");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user