Changes between Version 11 and Version 12 of SplitMsg


Ignore:
Timestamp:
Feb 20, 2008, 9:54:43 AM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitMsg

    v11 v12  
    2121        impl = [
    2222                SwTask('prod_func',
    23                            stack_size = 256,
     23                           stack_size = 2048,
    2424                           sources = ['producer.c'])
    2525        ] )
     
    3030        impl = [
    3131                SwTask('cons_func',
    32                            stack_size = 256,
     32                           stack_size = 2048,
    3333                           sources = ['consumer.c'])
    3434        ] )