mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-26 10:18:31 +03:00
Small aestethic change in usart.c
This commit is contained in:
@@ -120,7 +120,7 @@ int main() {
|
|||||||
|
|
||||||
i = i+1;
|
i = i+1;
|
||||||
if ((i%500000) == 0) {
|
if ((i%500000) == 0) {
|
||||||
switch(state) {
|
switch(state) {
|
||||||
case 0:
|
case 0:
|
||||||
PIO_Set(&statusled);
|
PIO_Set(&statusled);
|
||||||
state=1;
|
state=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user