Changes between Version 28 and Version 29 of MjpegCourse/Monopro


Ignore:
Timestamp:
Oct 9, 2009, 11:28:46 AM (15 years ago)
Author:
Nicolas Pouillon
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/Monopro

    v28 v29  
    144144  private  = "cram1",
    145145  shared  = "uram1",
    146   code    = "cram1")
     146  code    = "cram1",
     147
     148  # These lines are for getting output messages:
     149  tty = "tty0",
     150  tty_no = 0)
    147151}}}
    148152
     
    216220        'tg',
    217221        ports = {'output':MwmrOutput(32)},
    218         impl0 = [ SwTask( 'tg',
     222        impls = [ SwTask( 'tg',
    219223                                         bootstrap = 'bootstrap',
    220224                                         stack_size = 4096,