1
0
forked from me/IronOS
Files
IronOS/source/Core/BSP/MHP30/postRTOS.cpp
2021-04-26 20:58:39 +10:00

15 lines
306 B
C++

#include "BSP.h"
#include "FreeRTOS.h"
#include "I2C_Wrapper.hpp"
#include "QC3.h"
#include "Settings.h"
#include "cmsis_os.h"
#include "fusbpd.h"
#include "main.hpp"
#include "power.hpp"
#include "stdlib.h"
#include "task.h"
// Initialisation to be performed with scheduler active
void postRToSInit() {}