mirror of
https://github.com/FreeRTOS/Lab-Project-FreeRTOS-FAT.git
synced 2025-10-17 07:21:22 +08:00
CI-CD-Updates (#58)
* Remove exec privileges from c and h files * Apply Formatting Changes * Spelling Mistake Fixes
This commit is contained in:
6
include/ff_locking.h
Executable file → Normal file
6
include/ff_locking.h
Executable file → Normal 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_ */
|
||||
|
Reference in New Issue
Block a user