Skip to content

Commit

Permalink
Final build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Greening committed Dec 8, 2024
1 parent e8151a7 commit 13dee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/src/AudioOutput/I2SBase.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <FreeRTOS.h>
#include <freertos/FreeRTOS.h>
#include <driver/i2s.h>

#include "AudioOutput.h"
Expand Down
2 changes: 1 addition & 1 deletion firmware/src/Screens/EmulatorScreen/Renderer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include <FreeRTOS.h>
#include <freertos/FreeRTOS.h>
#include <string.h>
#include "../../TFT/Display.h"
#include "../../Serial.h"
Expand Down

0 comments on commit 13dee15

Please sign in to comment.