mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
Remove "constructor" attribute of function noc_init
This commit is contained in:
@@ -90,7 +90,7 @@ void noc_configure(void);
|
||||
/// \brief Configure network-on-chip and synchronize all cores.
|
||||
///
|
||||
/// #noc_init is a static constructor and not intended to be called directly.
|
||||
void noc_init(void) __attribute__((constructor,used));
|
||||
void noc_init(void) __attribute__((used));
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// Functions for transmitting data
|
||||
|
||||
Reference in New Issue
Block a user