Update the RX MDK demo to include the web server. Minor tidy up to the RDK version too.

This commit is contained in:
Richard Barry 2010-09-09 16:26:42 +00:00
parent 2fca46e3e4
commit 23ca0009e3
37 changed files with 6883 additions and 391 deletions

View file

@ -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