diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-02-16 11:33:03 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 11:33:03 +1100 |
| commit | b0e161e33d8ec030c6965daa57a76ec70b1a1122 (patch) | |
| tree | 594e4fbd51bcf56619ac0071ccea036a06cdebff /tmk_core | |
| parent | d1806a26e4ad75fa0e0405283803eba22c1a49ba (diff) | |
| download | qmk_firmware-b0e161e33d8ec030c6965daa57a76ec70b1a1122.tar.gz qmk_firmware-b0e161e33d8ec030c6965daa57a76ec70b1a1122.zip | |
Format code according to conventions (#11928)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/eeconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index d66c4199c..86b9e6f99 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h | |||
| @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 21 | #include <stdbool.h> | 21 | #include <stdbool.h> |
| 22 | 22 | ||
| 23 | #ifndef EECONFIG_MAGIC_NUMBER | 23 | #ifndef EECONFIG_MAGIC_NUMBER |
| 24 | # define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEB // When changing, decrement this value to avoid future re-init issues | 24 | # define EECONFIG_MAGIC_NUMBER (uint16_t)0xFEEB // When changing, decrement this value to avoid future re-init issues |
| 25 | #endif | 25 | #endif |
| 26 | #define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF | 26 | #define EECONFIG_MAGIC_NUMBER_OFF (uint16_t)0xFFFF |
| 27 | 27 | ||
