no need to make the interrupt the .Naked calling convention (#15)

wch-ch32v003
Matt Knight 3 years ago committed by GitHub
parent 0124a14773
commit 152db2ae5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ const micro = @import("microzig");
pub const panic = micro.panic;
pub const vector_table = struct {
pub fn systick() callconv(.Naked) void {
pub fn systick() void {
@panic("hit systick!");
}
};

Loading…
Cancel
Save