Changeset 505 for trunk/hal/generic


Ignore:
Timestamp:
Aug 25, 2018, 6:28:53 PM (6 years ago)
Author:
viala@…
Message:

[hal] Fix protoypes and add headers in hal mips32 implementation.

Fix types mismatch between implementation and interface in .h.
Add header where they were absent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/generic/hal_atomic.h

    r457 r505  
    6363 * @ return shared variable value before add
    6464 ****************************************************************************************/
    65 uint32_t hal_atomic_add( void     * ptr,
    66                          int32_t    val );
     65int32_t hal_atomic_add( void     * ptr,
     66                        int32_t    val );
    6767
    6868/*****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.