Skip to content
Snippets Groups Projects
Commit 819bb4db authored by dam1n19's avatar dam1n19
Browse files

Fixed UART test warning with volatile

parent 2435337b
Branches
No related tags found
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
......@@ -952,7 +952,7 @@ int uart2_interrupt_test(void){
int return_val=0;
int err_code=0;
int i;
char ctmp; /* dummy variable for overflow test (data can be corrupted so it is not checked) */
char volatile ctmp; /* dummy variable for overflow test (data can be corrupted so it is not checked) */
puts ("UART 2 interrupt connectivity test");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment