Remove "constructor" attribute of function noc_init

This commit is contained in:
afpr
2014-07-11 12:28:26 +01:00
parent bfc60848b7
commit 073792c9ae

View File

@@ -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