mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-05 15:15:48 +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.
|
/// \brief Configure network-on-chip and synchronize all cores.
|
||||||
///
|
///
|
||||||
/// #noc_init is a static constructor and not intended to be called directly.
|
/// #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
|
// Functions for transmitting data
|
||||||
|
|||||||
Reference in New Issue
Block a user