Skip to content

Commit

Permalink
Include stdint.h in avr/i2c_master.h (qmk#17639)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and nolanseaton committed Jan 23, 2023
1 parent fecdd8b commit a0abbb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/avr/drivers/i2c_master.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#pragma once

#include <stdint.h>

#define I2C_READ 0x01
#define I2C_WRITE 0x00

Expand Down

0 comments on commit a0abbb9

Please sign in to comment.