Skip to content

Commit

Permalink
Merge pull request #130 from ThomasVon2021/ThomasVon2021-patch-1-1
Browse files Browse the repository at this point in the history
Update blikvm_test_v4.c
  • Loading branch information
ThomasVon2021 committed Jan 12, 2024
2 parents e6792eb + 0ecfd44 commit c1bf56b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/hardware/blikvm_test_v4.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/*******************************************************************************
* CHANGE HISTORY *
*-----------------------------------------------------------------------------*
* test error code use binary system, the error code result use OR(|) *
* 0b00000011(dec:3) : uart or usb error *
* 0b00000100(dec:4) : rtc error *
* 0b00001000(dec:8) : wifi error*
* 0b00010000(dec:16) : atx error*
* <Date> | <Version> | <Author> | <Description> *
*-----------------------------------------------------------------------------*
* 2023-05-28 | 0.1 | Thomasvon | create
******************************************************************************/


#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
Expand Down

0 comments on commit c1bf56b

Please sign in to comment.