##// END OF EJS Templates
(MINI-LFR) WFP_MS 0.1.49...
(MINI-LFR) WFP_MS 0.1.49 (LFR-EM) WFP_MS 1.1.49 change apb_lfr_time_management by apb_lfr_management add HK register into apb_lfr_management

File last commit:

r99:fb73d940a921 martin
r513:cb7d6dc9cf10 (MINI-LFR) WFP_MS-0-1-49 (LFR-EM) WFP_MS-1-1-49 JC
Show More
main.c
14 lines | 247 B | text/x-c | CLexer
#include <stdio.h>
#include "lpp_apb_functions.h"
#include "apb_uart_Driver.h"
int main()
{
printf("Debut Main\n\n");
UART_Device* dev = openUART(0);
while(1){
uartputc(dev,uartgetc(dev));
}
return 0;
}