diff options
| author | hathach <[email protected]> | 2024-06-14 16:16:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-14 16:16:10 +0700 |
| commit | f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a (patch) | |
| tree | 22cc4abc8a28dcbdfca85c29a2f3ce23785a0f62 /src | |
| parent | 5e9ad7daeef83bf2d2079b25cedd6bcafcd30023 (diff) | |
fix ci skip example for ch32v1
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 1ca09e902..8990cf92b 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -24,8 +24,8 @@ * This file is part of the TinyUSB stack. */ -#ifndef TUSB_OPTION_H_ -#define TUSB_OPTION_H_ +#ifndef _TUSB_OPTION_H_ +#define _TUSB_OPTION_H_ #include "common/tusb_compiler.h" |
