shouldn't this be pub?

This commit is contained in:
Lokathor 2019-02-09 14:35:48 -07:00
parent 84a4b4b89b
commit da6ce44345

View file

@ -136,7 +136,7 @@ extern "C" {
///
/// The actual value is unimportant, you just want to use the _address of_
/// this location as the start of your IWRAM usage.
static __bss_end: u8;
pub static __bss_end: u8;
}
newtype! {