Clean up spaces and words

This commit is contained in:
Scott Lahteine
2021-03-10 11:35:19 -06:00
parent fe0b770033
commit 2c62886c71
5 changed files with 26 additions and 25 deletions

View File

@@ -3337,12 +3337,11 @@ static_assert( _ARR_TEST(3,0) && _ARR_TEST(3,1) && _ARR_TEST(3,2)
#endif
#endif
/**
* Sanity Check for MEATPACK and BINARY_FILE_TRANSFER Features
*/
#if BOTH(MEATPACK, BINARY_FILE_TRANSFER)
#error "Either enable MEATPACK or enable BINARY_FILE_TRANSFER."
#error "Either enable MEATPACK or BINARY_FILE_TRANSFER, not both."
#endif
/**