CI-CD-Updates (#58)

* Remove exec privileges from c and h files
* Apply Formatting Changes
* Spelling Mistake Fixes
This commit is contained in:
Soren Ptak
2023-12-05 20:34:02 -05:00
committed by GitHub
parent 086960fd74
commit 90281cb5ba
74 changed files with 2148 additions and 1870 deletions

6
include/ff_locking.h Executable file → Normal file
View File

@@ -1,6 +1,6 @@
/*
* FreeRTOS+FAT V2.3.3
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
@@ -33,7 +33,7 @@
#define _FF_LOCKING_H_
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#include <stdlib.h>
@@ -88,7 +88,7 @@
uint32_t aBits );
#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif
#endif /* _FF_LOCKING_H_ */