failsave worked.

I set in the controller Setting->Fail Saf -> All Channel are now F/S 000%.
(I can not say for sure whether it is necessary)
Then I started the motors and turned off the remote control.
In my case, after one second the motors were still running for 5 seconds (low speed).
Then all motors stop running.
here my code: (config.h)
#define FAILSAFE
#define FAILSAFE_DELAY 10
#define FAILSAFE_OFF_DELAY 50
#define FAILSAFE_THROTTLE (MINTHROTTLE + 200) (The value must be adjusted depending on the model, to achieve a descent)
E_T