includes: move headers to inc/ and update source files
This commit is contained in:
parent
958b2e8e00
commit
5c92ee4bb8
12 changed files with 9 additions and 8 deletions
2
bmp.c
2
bmp.c
|
|
@ -1,6 +1,6 @@
|
|||
// Copyright 2026 A.M. Rowsell <amr@frzn.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
#include "./bmp.h"
|
||||
#include "inc/bmp.h"
|
||||
|
||||
float bmp_cal_data_fp[15];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue