ac descriptor works
FossilOrigin-Name: 8e68ed51a2c8ee448474ab13ef8d0edbd8cfda5b5384684e2ed9ffa1fca4e799
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
/**
|
||||
* Same as #lw_set_word, but no return value
|
||||
*/
|
||||
#define lw_set_word(dst,b) \
|
||||
#define lw_set_word(dst,w) \
|
||||
(*((uint16_t*)(dst)) = htons(w))
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user