Fix TouchGFX again again (upgrade to 24)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
******************************************************************************
|
||||
* File Name : OSWrappers.cpp
|
||||
******************************************************************************
|
||||
* This file is generated by TouchGFX Generator 4.23.2. Please, do not edit!
|
||||
* This file is generated by TouchGFX Generator 4.24.0. Please, do not edit!
|
||||
******************************************************************************
|
||||
* @attention
|
||||
*
|
||||
@ -16,7 +16,6 @@
|
||||
******************************************************************************
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <touchgfx/hal/HAL.hpp>
|
||||
#include <touchgfx/hal/OSWrappers.hpp>
|
||||
|
||||
@ -25,6 +24,8 @@
|
||||
#include "tx_api.h"
|
||||
#include "tx_byte_pool.h"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
// tx_thread.h is not C++ compatible, declare used symbols here as externals
|
||||
extern "C" volatile UINT _tx_thread_preempt_disable;
|
||||
extern "C" VOID _tx_thread_system_preempt_check(VOID);
|
||||
|
||||
Reference in New Issue
Block a user