Skip to content

Commit

Permalink
Merge branch 'portapack-mayhem:next' into FlipperTX_DirFix
Browse files Browse the repository at this point in the history
  • Loading branch information
gullradriel authored Jan 26, 2025
2 parents c76260a + 54ad82a commit 53d119b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Boston, MA 02110-1301, USA.
#

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0005 NEW)

set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/firmware/toolchain-arm-cortex-m.cmake)
Expand Down
2 changes: 1 addition & 1 deletion firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Boston, MA 02110-1301, USA.
#

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

project(firmware)

Expand Down
1 change: 1 addition & 0 deletions firmware/chibios-portapack/ext/fatfs/src/ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluste
}
}
/* go to default */
__attribute__ ((fallthrough));
#endif
default:
val = 1; /* Internal error */
Expand Down
2 changes: 1 addition & 1 deletion firmware/standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

project(standalone_apps)

Expand Down

0 comments on commit 53d119b

Please # to comment.