upeksonly: Port upeksonly driver to the new API

This commit is contained in:
Benjamin Berg
2019-08-07 15:47:47 +02:00
parent fcfe82a7b8
commit 4a95f795cb
3 changed files with 528 additions and 525 deletions

View File

@@ -28,8 +28,8 @@
#define IMG_WIDTH_1001 216
struct sonly_regwrite {
uint8_t reg;
uint8_t value;
guint8 reg;
guint8 value;
};
/***** AWAIT FINGER *****/