From b2e52bcb15327d299963616f4dd39d40e6ca75a1 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 11 Oct 2018 15:18:27 +1100 Subject: [PATCH] Fix build on linux --- workspace/TS100/src/hardware.c | 2 +- workspace/TS100/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace/TS100/src/hardware.c b/workspace/TS100/src/hardware.c index db5a2532..6d70fc03 100644 --- a/workspace/TS100/src/hardware.c +++ b/workspace/TS100/src/hardware.c @@ -7,7 +7,7 @@ // These are all the functions for interacting with the hardware #include "hardware.h" -#include "FreeRTos.h" +#include "FreeRTOS.h" #include "stm32f1xx_hal.h" volatile uint16_t PWMSafetyTimer = 0; volatile int16_t CalibrationTempOffset = 0; diff --git a/workspace/TS100/src/main.cpp b/workspace/TS100/src/main.cpp index 475707ba..427ec19a 100644 --- a/workspace/TS100/src/main.cpp +++ b/workspace/TS100/src/main.cpp @@ -698,7 +698,7 @@ void showVersion(void) { #ifdef MODEL_TS80 OLED::printNumber(idealQCVoltage,3); #else - OLED::print("Tek.com") + OLED::print("Tek.com"); #endif break; default: