mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
dm36x: ISR install function renamed.
This commit is contained in:
@@ -166,7 +166,7 @@ low_level_init (void)
|
||||
* @retval ATOM_OK Success
|
||||
* @retval ATOM_ERROR Error
|
||||
*/
|
||||
int archInstallISR (int int_vector, ISR_FUNC isr_func)
|
||||
int archIntInstallISR (int int_vector, ISR_FUNC isr_func)
|
||||
{
|
||||
int status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user