Skip to content

Commit 14150bd

Browse files
committed
Replace self-made int/bool type definitions with C standard
1 parent 13e0e9d commit 14150bd

File tree

3 files changed

+2
-78
lines changed

3 files changed

+2
-78
lines changed

libraries/ENVIE_Video_Firefly/EFM8UB2/si_toolchain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Revision History:
2323
#ifndef __SI_TOOLCHAIN_H__
2424
#define __SI_TOOLCHAIN_H__
2525

26-
#include "stdint.h"
27-
#include "stdbool.h"
26+
#include <stdint.h>
27+
#include <stdbool.h>
2828

2929
/**************************************************************************//**
3030
*

libraries/ENVIE_Video_Firefly/EFM8UB2/stdbool.h

Lines changed: 0 additions & 35 deletions
This file was deleted.

libraries/ENVIE_Video_Firefly/EFM8UB2/stdint.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)