mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 13:53:50 -04:00
Update the RX MDK demo to include the web server. Minor tidy up to the RDK version too.
This commit is contained in:
parent
2fca46e3e4
commit
23ca0009e3
37 changed files with 6883 additions and 391 deletions
|
@ -91,7 +91,7 @@ void PowerON_Reset_PC(void)
|
|||
|
||||
_INITSCT();
|
||||
|
||||
_INIT_IOLIB(); // Use SIM I/O
|
||||
// _INIT_IOLIB(); // Use SIM I/O
|
||||
|
||||
// errno=0; // Remove the comment when you use errno
|
||||
// srand((_UINT)1); // Remove the comment when you use rand()
|
||||
|
@ -108,7 +108,7 @@ void PowerON_Reset_PC(void)
|
|||
|
||||
main();
|
||||
|
||||
_CLOSEALL(); // Use SIM I/O
|
||||
// _CLOSEALL(); // Use SIM I/O
|
||||
|
||||
// _CALL_END(); // Remove the comment when you use global class object
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue