File tree Expand file tree Collapse file tree 5 files changed +5
-25
lines changed
targets/TARGET_Cypress/TARGET_PSOC6
TARGET_CY8CKIT_062_4343W/device
TARGET_CY8CKIT_062_BLE/device
TARGET_CY8CKIT_062_WIFI_BT/device
TARGET_CY8CMOD_062_4343W/device
TARGET_CYW943012P6EVB_01/device Expand file tree Collapse file tree 5 files changed +5
-25
lines changed Original file line number Diff line number Diff line change @@ -544,11 +544,7 @@ extern "C" {
544
544
* \addtogroup group_system_config_system_functions
545
545
* \{
546
546
*/
547
- #if defined(__ARMCC_VERSION )
548
- extern void SystemInit (void ) __attribute__((constructor ));
549
- #else
550
- extern void SystemInit (void );
551
- #endif /* (__ARMCC_VERSION) */
547
+ extern void SystemInit (void );
552
548
553
549
extern void SystemCoreClockUpdate (void );
554
550
/** \} group_system_config_system_functions */
Original file line number Diff line number Diff line change @@ -544,11 +544,7 @@ extern "C" {
544
544
* \addtogroup group_system_config_system_functions
545
545
* \{
546
546
*/
547
- #if defined(__ARMCC_VERSION )
548
- extern void SystemInit (void ) __attribute__((constructor ));
549
- #else
550
- extern void SystemInit (void );
551
- #endif /* (__ARMCC_VERSION) */
547
+ extern void SystemInit (void );
552
548
553
549
extern void SystemCoreClockUpdate (void );
554
550
/** \} group_system_config_system_functions */
Original file line number Diff line number Diff line change @@ -544,11 +544,7 @@ extern "C" {
544
544
* \addtogroup group_system_config_system_functions
545
545
* \{
546
546
*/
547
- #if defined(__ARMCC_VERSION )
548
- extern void SystemInit (void ) __attribute__((constructor ));
549
- #else
550
- extern void SystemInit (void );
551
- #endif /* (__ARMCC_VERSION) */
547
+ extern void SystemInit (void );
552
548
553
549
extern void SystemCoreClockUpdate (void );
554
550
/** \} group_system_config_system_functions */
Original file line number Diff line number Diff line change @@ -544,11 +544,7 @@ extern "C" {
544
544
* \addtogroup group_system_config_system_functions
545
545
* \{
546
546
*/
547
- #if defined(__ARMCC_VERSION )
548
- extern void SystemInit (void ) __attribute__((constructor ));
549
- #else
550
- extern void SystemInit (void );
551
- #endif /* (__ARMCC_VERSION) */
547
+ extern void SystemInit (void );
552
548
553
549
extern void SystemCoreClockUpdate (void );
554
550
/** \} group_system_config_system_functions */
Original file line number Diff line number Diff line change @@ -544,11 +544,7 @@ extern "C" {
544
544
* \addtogroup group_system_config_system_functions
545
545
* \{
546
546
*/
547
- #if defined(__ARMCC_VERSION )
548
- extern void SystemInit (void ) __attribute__((constructor ));
549
- #else
550
- extern void SystemInit (void );
551
- #endif /* (__ARMCC_VERSION) */
547
+ extern void SystemInit (void );
552
548
553
549
extern void SystemCoreClockUpdate (void );
554
550
/** \} group_system_config_system_functions */
You can’t perform that action at this time.
0 commit comments