Skip to content

Commit

Permalink
Fix erroneous FauxNY struct name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Jan 7, 2025
1 parent 0e90274 commit 759f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/furble/FauxNY.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FauxNY: public Camera {
void _disconnect(void) override;

private:
typedef struct _eos_t {
typedef struct _fauxNY_t {
char name[MAX_NAME]; /** Human readable device name. */
uint64_t address; /** Device MAC address. */
uint8_t type; /** Address type. */
Expand Down

0 comments on commit 759f709

Please sign in to comment.