...

Dependencies:   mbed EthernetInterface mbed-rtos

Fork of FOTA_K64F by Erik -

main.cpp

Committer:
Sissors
Date:
2016-04-23
Revision:
7:4ab0430d06e3
Parent:
4:8d109a566486
Child:
8:00cefe0d59ed

File content as of revision 7:4ab0430d06e3:

#include "mbed.h"
#include "bootloader.h"

int main() 
{
    printf("\r\nThis is a test!\r\n");   

    wait(2);
    write_flash();
    while(1);
}