Tidy up spi_master includes (#13053)

This commit is contained in:
Ryan 2021-06-03 16:26:41 +10:00 committed by GitHub
parent a0cc2dc6d0
commit 261d94ce34
Failed to generate hash of commit
4 changed files with 8 additions and 6 deletions

View file

@ -16,7 +16,9 @@
#pragma once
#include "quantum.h"
#include <stdbool.h>
#include "gpio.h"
typedef int16_t spi_status_t;