Please remove some code from the USB example code

Post your requests and ideas on the future development of mikroPascal.
Post Reply
Author
Message
Dany
Posts: 3854
Joined: 18 Jun 2008 11:43
Location: Nieuwpoort, Belgium
Contact:

Please remove some code from the USB example code

#1 Post by Dany » 02 Sep 2008 08:56

Please remove following code from the USB HID library example code (mP v 8.0.0.1):

Code: Select all

// Timer 0
  T0CON  := $07;
  TMR0H  := (65536-156) shr 8;
  TMR0L  := (65536-156) and $FF;
  INTCON.T0IE  := 1;            // Enable T0IE
  T0CON.TMR0ON := 1;
It has no function in the example at all.

Thanks in advance!
Kind regards, Dany.
Forget your perfect offering. There is a crack in everything, that's how the light gets in... (L. Cohen)
Remember when we were young? We shone like the sun. (David Gilmour)

Post Reply

Return to “mikroPascal Wish List”