diagdummy Simple dummy app for diagnostics and debugging

This commit is contained in:
2025-09-20 12:25:02 +02:00
parent a8005917eb
commit a24b1fc677
5 changed files with 56 additions and 0 deletions

6
user/diagdummy/block.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef DIAGDUMMY_BLOCK_H_
#define DIAGDUMMY_BLOCK_H_
void diagdummy_block(void);
#endif // DIAGDUMMY_BLOCK_H_