commented include line to avoid redefine error

This commit is contained in:
24spoorthi 2022-01-02 20:50:29 +05:30
parent 7aff64740e
commit e3d058183a

View File

@ -18,7 +18,7 @@ call print_hex
jmp $
; remember to include subroutines below the hang
%include "boot_sect_print.asm"
%include "boot_sect_print_hex.asm"