diff options
| author | ruki <[email protected]> | 2023-01-16 22:41:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-16 22:41:05 +0800 |
| commit | 185cc612b8aebfbdadfc3afd40d424883f740e00 (patch) | |
| tree | 606bf6a3cc0c8c189afcee784994d0330c6eeea9 /tests/projects/embed | |
| parent | 9c777940028a96838fb033fb62af5d5a3b1d6aef (diff) | |
improve to show warnings for c51
Diffstat (limited to 'tests/projects/embed')
| -rw-r--r-- | tests/projects/embed/c51/hello/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/embed/c51/hello/src/main.c b/tests/projects/embed/c51/hello/src/main.c index bdab759d9..1106b33da 100644 --- a/tests/projects/embed/c51/hello/src/main.c +++ b/tests/projects/embed/c51/hello/src/main.c @@ -47,4 +47,4 @@ int main() { set(0xAA); } } -}
\ No newline at end of file +} |
