acassis commented on code in PR #16715: URL: https://github.com/apache/nuttx/pull/16715#discussion_r2202548083
########## include/nuttx/analog/ads1115.h: ########## @@ -58,6 +58,8 @@ #define ANIOC_ADS1115_READ_CHANNEL _ANIOC(AN_ADS1115_FIRST + 7) #define ANIOC_ADS1115_SET_HI_THRESH _ANIOC(AN_ADS1115_FIRST + 8) #define ANIOC_ADS1115_SET_LO_THRESH _ANIOC(AN_ADS1115_FIRST + 9) +#define ANIOC_ADS1115_TRIGGER_CONVERSION _ANIOC(AN_ADS1115_FIRST + 10) +#define ANIOC_ADS1115_READ_CHANNEL_NO_CONVERSION _ANIOC(AN_ADS1115_FIRST + 11) Review Comment: Please align all macros on this block, it will make the code more pleasant to read -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org