aqhome: make some parameters const.

This commit is contained in:
Martin Preuss
2023-04-18 21:17:56 +02:00
parent 4e409851f6
commit db86d61e33
6 changed files with 26 additions and 11 deletions

View File

@@ -17,6 +17,10 @@
#include <gwenhywfar/buffer.h>
/**
* Reader and writer for INTEL HEX files (see https://en.wikipedia.org/wiki/Intel_HEX).
*/
typedef struct AQH_HEXFILE AQH_HEXFILE;