• 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
..
boards Loading commit data...
dev_io Loading commit data...
dev_mngr Loading commit data...
libs Loading commit data...
msg Loading commit data...
revision Loading commit data...
sm_io Loading commit data...