1
0
forked from me/IronOS

Prepare v2.11 release

This commit is contained in:
Ben V. Brown
2020-08-29 14:38:56 +10:00
parent 11f3eadfc9
commit 3d3799d414
3 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,9 @@
// Initialisation to be performed with scheduler active // Initialisation to be performed with scheduler active
void postRToSInit() { void postRToSInit() {
/* Init the IPC objects */
FRToSI2C::FRToSInit();
#ifdef POW_PD #ifdef POW_PD
//Spawn all of the USB-C processors //Spawn all of the USB-C processors
fusb302_start_processing(); fusb302_start_processing();

View File

@@ -85,9 +85,6 @@ int main(void) {
resetWatchdog(); resetWatchdog();
/* Init the IPC objects */
FRToSI2C::FRToSInit();
/* Start scheduler */ /* Start scheduler */
osKernelStart(); osKernelStart();
/* We should never get here as control is now taken by the scheduler */ /* We should never get here as control is now taken by the scheduler */

View File

@@ -4,4 +4,4 @@
* i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4' * i.e.: BUILD_VERSION = 'Rel. v2.08' --> Will generated to: 'v2.08.1a2b3c4'
*/ */
#define BUILD_VERSION "v2.10" #define BUILD_VERSION "v2.11"