Narcoleptic on Arduino Pro Mini problem

Hi,

I can not seem to get Narcoleptic.delay to work on my Arduino Pro Mini.
The Pro Mini is the 3.3V 8MHz version.
Not a problem on my UNO while running a modified blink app.
What could be the problem?
The task requires minimum draw while powered by a supercapacitor for a minute or so.
The actual app uses three AtoD pins and all but one DIO pins.

Any help is greatly appreciated.

I have verified that the Narcoleptic.delay is in fact capable of working on the Mini Pro by using a modified “Blink” program.
Something in must code must be in conflict with the Narcoleptic.delay.

Other includes used:
#include <SoftwareSerial.h>
#include <string.h>

It is hard to say why it does not work. Perhaps you could try to upgrade the Mini Pro bootloader to be the same as your Arduino Uno.

SoftwareSerial is probably interfering. Try removing it.