Add note for arch

This commit is contained in:
Aoran Zeng
2024-08-22 22:41:52 +08:00
parent 90b92c70d8
commit 23db00016c
3 changed files with 40 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ typedef struct SourceInfo_t {
#define def_sources_n(t) const size_t t##_sources_n = xy_arylen(t##_sources)
enum StatusCan {
CanNotFully,
CanNot,
CanFully,
CanSemi
};