diff options
| author | Aditya Naik | 2020-06-15 13:07:34 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-15 13:07:34 -0400 |
| commit | 8883bdbccf223824935f36a77566d7af19ab4908 (patch) | |
| tree | f24836d0e797f0293db84c8d3af9073bf98d817f /makefile | |
| parent | 7fe90ace6e5200f6d1ef9c23879b099e3a0dea91 (diff) | |
I2C speed upgrade for master and slave
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ C_INCLUDES = \ # Define the chip we're building for and include its makefile
+# Variable ASM_FILE will be defined in the included port makefile
PORT = stm32f4
PORT_DIR = ports/$(PORT)
include $(PORT_DIR)/makefile
|
