• Lucas Russo's avatar
    include/*,src/*: fix linker table type reference · 82ef3aa3
    Lucas Russo authored
    We were using the linker table label
    as a pointer, which was wrong. The
    correct type for it is just an address
    on which can be dereferenced later.
    
    A clear way to do that is to just
    declare it as the type on which you
    wish to deference later.
    82ef3aa3
Name
Last commit
Last update
..
chips Loading commit data...
modules Loading commit data...
protocols Loading commit data...
rw_param Loading commit data...
sm_io.c Loading commit data...
sm_io.mk Loading commit data...
sm_io_bootstrap.c Loading commit data...
sm_io_err.c Loading commit data...