Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
libseven: missing license headers and guard typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarLambda committed Nov 16, 2022
1 parent 0aef643 commit 1add6e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion libseven/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ CFLAGS = \
BUILD = build
LIB = lib


#
# You don't need to touch anything below this point!
#
Expand Down
6 changes: 3 additions & 3 deletions libseven/include/seven/util/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

#ifndef _LIBSEVEN_TEMPLATE_H
#define _LIBSEVEN_TEMPLATE_H
#ifndef _LIBSEVEN_UTIL_DEBUG_H
#define _LIBSEVEN_UTIL_DEBUG_H

#include <seven/base.h>

Expand All @@ -25,5 +25,5 @@ bool dbgRaiseException(u32 exception);

_LIBSEVEN_EXTERN_C_END

#endif /* !_LIBSEVEN_TEMPLATE_H */
#endif /* !_LIBSEVEN_UTIL_DEBUG_H */

6 changes: 6 additions & 0 deletions libseven/src/util/assert.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

#include <stdlib.h>

#include <seven/hw/irq.h>
Expand Down
Empty file modified libseven/src/util/bit.s
100755 → 100644
Empty file.

0 comments on commit 1add6e6

Please sign in to comment.