Explorar o código

Add notes for #[repr(C)]

luojia65 %!s(int64=3) %!d(string=hai) anos
pai
achega
45ea6f8a19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Use `mtval` to read instruction on QEMU; still need to be kept on K210 as 1.9.1 does not define this register behavior
 - Modify second parameter of `enter_privileged` to `opaque` other than `dtb_pa`
 - Dump all trap frame registers when exception happened in reference implementations
-- Downgrade `embedded-hal` to version `0.2.6`
+- Use `embedded-hal` dependency version `0.2.6`
 - Change to asynchronous lock structure trait style
 
 ### Fixed