🎨 Spellcheck code (#22531)
This commit is contained in:
@ -90,7 +90,7 @@ uint8_t UHS_USB_HOST_BASE::setEpInfoEntry(uint8_t addr, uint8_t iface, uint8_t e
|
||||
}
|
||||
|
||||
/**
|
||||
* sets all enpoint addresses to zero.
|
||||
* sets all endpoint addresses to zero.
|
||||
* Sets all max packet sizes to defaults
|
||||
* Clears all endpoint attributes
|
||||
* Sets bmNakPower to USB_NAK_DEFAULT
|
||||
|
@ -140,7 +140,7 @@ AJK_IIF(AJK_BITAND(AJK_IS_COMPARABLE(x))(AJK_IS_COMPARABLE(y)) ) \
|
||||
#define AJK_MAKE_FUNS(AJK_v, AJK_args, AJK_count, AJK_body) AJK_EVAL(AJK_REPEAT(AJK_count, AJK_FUN, AJK_v, AJK_args, AJK_body))
|
||||
#ifdef AJK_TEST_MACRO_LOGIC
|
||||
|
||||
#define BODY(AJKindex) some(C, statement); contaning(a, test[AJKindex]);
|
||||
#define BODY(AJKindex) some(C, statement); containing(a, test[AJKindex]);
|
||||
#define ZERO_TIMES_TEST 0
|
||||
#define THREE_TIMES_TEST 3
|
||||
blank > AJK_MAKE_LIST(VARIABLE_, ZERO_TIMES_TEST) < because zero repeats
|
||||
|
Reference in New Issue
Block a user