Jump to content

jcbooth

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jcbooth

  1. Hello,

    What changes should be made to the gos_chibios.c file? Am I right to assume that I just change

     

    #if CH_KERNEL_MAJOR < 2 || CH_KERNEL_MAJOR > 5
    	#error "GOS: Unsupported version of ChibiOS"
    #endif

    to

    #if CH_KERNEL_MAJOR < 2 || CH_KERNEL_MAJOR > 6
    	#error "GOS: Unsupported version of ChibiOS"
    #endif

     

    Or is there more I should change?

×
×
  • Create New...