1
0

add all features for debug without keyboard

This commit is contained in:
2024-04-22 17:01:41 +02:00
parent e7287f6878
commit d5e1467b3f
4 changed files with 55 additions and 12 deletions

3
main.c
View File

@@ -354,8 +354,7 @@ uint32_t HAL_GetTick(void)
//////////////////////////////////////////////////////////////////////////////////
/// \brief Init all and start RTX5
//////////////////////////////////////////////////////////////////////////////////
int main(void)
{
int main(void) {
SystemClock_Config();
EventRecorderInitialize(EventRecordAll,0);